UNPKG

@nocobase/plugin-workflow-aggregate

Version:

Used to aggregate data against the database in workflow, such as: statistics, sum, average, etc.

33 lines (32 loc) 1.46 kB
{ "name": "@nocobase/plugin-workflow-aggregate", "displayName": "Workflow: Aggregate node", "displayName.zh-CN": "工作流:聚合查询节点", "displayName.ru-RU": "Рабочий процесс: Узел агрегации", "description": "Used to aggregate data against the database in workflow, such as: statistics, sum, average, etc.", "description.zh-CN": "可用于在工作流中对数据库进行聚合查询,如:统计数量、求和、平均值等。", "description.ru-RU": "Используется для агрегирования данных из базы данных в рабочем процессе, например: статистика, сумма, среднее и т.д.", "version": "1.9.34", "license": "AGPL-3.0", "main": "./dist/server/index.js", "homepage": "https://docs.nocobase.com/handbook/workflow-aggregate", "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/workflow-aggregate", "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/workflow-aggregate", "devDependencies": { "antd": "5.x", "mathjs": "^10.6.0", "react": "18.x", "react-i18next": "^11.15.1" }, "peerDependencies": { "@nocobase/client": "1.x", "@nocobase/database": "1.x", "@nocobase/plugin-workflow": ">=0.17.0-alpha.3", "@nocobase/server": "1.x", "@nocobase/test": "1.x" }, "gitHead": "8779a68face5b8f159aef726f73695f319ab7659", "keywords": [ "Workflow" ] }