@camunda/linting 3.27.0 → 3.27.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +85 -85
package/package.json
CHANGED
|
@@ -1,85 +1,85 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@camunda/linting",
|
|
3
|
-
"version": "3.27.
|
|
4
|
-
"description": "Linting for Camunda",
|
|
5
|
-
"main": "index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"all": "npm run lint && npm test",
|
|
8
|
-
"dev": "npm run test:watch",
|
|
9
|
-
"lint": "eslint .",
|
|
10
|
-
"start": "npm run start:cloud",
|
|
11
|
-
"start:platform": "cross-env SINGLE_START=platform npm run test:watch",
|
|
12
|
-
"start:cloud": "cross-env SINGLE_START=cloud npm run test:watch",
|
|
13
|
-
"test": "npm run compile-config && karma start",
|
|
14
|
-
"test:watch": "npm test -- --auto-watch --no-single-run",
|
|
15
|
-
"compile-config": "node tasks/compile-config.js",
|
|
16
|
-
"prepublish": "npm run compile-config"
|
|
17
|
-
},
|
|
18
|
-
"keywords": [
|
|
19
|
-
"bpmnlint",
|
|
20
|
-
"camunda"
|
|
21
|
-
],
|
|
22
|
-
"author": {
|
|
23
|
-
"name": "Philipp Fromme",
|
|
24
|
-
"url": "https://github.com/philippfromme"
|
|
25
|
-
},
|
|
26
|
-
"repository": {
|
|
27
|
-
"type": "git",
|
|
28
|
-
"url": "https://github.com/camunda/linting"
|
|
29
|
-
},
|
|
30
|
-
"license": "MIT",
|
|
31
|
-
"dependencies": {
|
|
32
|
-
"@bpmn-io/diagram-js-ui": "^0.2.3",
|
|
33
|
-
"bpmn-moddle": "^9.0.1",
|
|
34
|
-
"bpmnlint": "^10.3.
|
|
35
|
-
"bpmnlint-plugin-camunda-compat": "^2.26.
|
|
36
|
-
"bpmnlint-utils": "^1.0.2",
|
|
37
|
-
"camunda-bpmn-moddle": "^7.0.1",
|
|
38
|
-
"clsx": "^2.0.0",
|
|
39
|
-
"min-dash": "^4.0.0",
|
|
40
|
-
"min-dom": "^5.1.1",
|
|
41
|
-
"modeler-moddle": "^0.2.0",
|
|
42
|
-
"semver-compare": "^1.0.0",
|
|
43
|
-
"zeebe-bpmn-moddle": "^1.6.0"
|
|
44
|
-
},
|
|
45
|
-
"devDependencies": {
|
|
46
|
-
"bpmn-js": "^17.11.
|
|
47
|
-
"bpmn-js-element-templates": "^2.2.1",
|
|
48
|
-
"bpmn-js-properties-panel": "^5.
|
|
49
|
-
"camunda-bpmn-js-behaviors": "^1.6.1",
|
|
50
|
-
"chai": "^4.5.0",
|
|
51
|
-
"cross-env": "^7.0.3",
|
|
52
|
-
"eslint": "^8.57.
|
|
53
|
-
"eslint-plugin-bpmn-io": "^1.0.
|
|
54
|
-
"karma": "^6.4.4",
|
|
55
|
-
"karma-chrome-launcher": "^3.2.0",
|
|
56
|
-
"karma-debug-launcher": "0.0.5",
|
|
57
|
-
"karma-env-preprocessor": "^0.1.1",
|
|
58
|
-
"karma-mocha": "^2.0.1",
|
|
59
|
-
"karma-sinon-chai": "^2.0.2",
|
|
60
|
-
"karma-webpack": "^5.0.1",
|
|
61
|
-
"mocha": "^10.7.3",
|
|
62
|
-
"mocha-test-container-support": "^0.2.0",
|
|
63
|
-
"puppeteer": "^23.3.1",
|
|
64
|
-
"sinon": "^17.0.1",
|
|
65
|
-
"sinon-chai": "^3.7.0",
|
|
66
|
-
"webpack": "^5.94.0"
|
|
67
|
-
},
|
|
68
|
-
"peerDependencies": {
|
|
69
|
-
"bpmn-js-properties-panel": ">= 2.0.0"
|
|
70
|
-
},
|
|
71
|
-
"peerDependenciesMeta": {
|
|
72
|
-
"bpmn-js-properties-panel": {
|
|
73
|
-
"optional": true
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
"files": [
|
|
77
|
-
"assets",
|
|
78
|
-
"lib",
|
|
79
|
-
"index.js",
|
|
80
|
-
"modeler.js"
|
|
81
|
-
],
|
|
82
|
-
"publishConfig": {
|
|
83
|
-
"access": "public"
|
|
84
|
-
}
|
|
85
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@camunda/linting",
|
|
3
|
+
"version": "3.27.2",
|
|
4
|
+
"description": "Linting for Camunda",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"all": "npm run lint && npm test",
|
|
8
|
+
"dev": "npm run test:watch",
|
|
9
|
+
"lint": "eslint .",
|
|
10
|
+
"start": "npm run start:cloud",
|
|
11
|
+
"start:platform": "cross-env SINGLE_START=platform npm run test:watch",
|
|
12
|
+
"start:cloud": "cross-env SINGLE_START=cloud npm run test:watch",
|
|
13
|
+
"test": "npm run compile-config && karma start",
|
|
14
|
+
"test:watch": "npm test -- --auto-watch --no-single-run",
|
|
15
|
+
"compile-config": "node tasks/compile-config.js",
|
|
16
|
+
"prepublish": "npm run compile-config"
|
|
17
|
+
},
|
|
18
|
+
"keywords": [
|
|
19
|
+
"bpmnlint",
|
|
20
|
+
"camunda"
|
|
21
|
+
],
|
|
22
|
+
"author": {
|
|
23
|
+
"name": "Philipp Fromme",
|
|
24
|
+
"url": "https://github.com/philippfromme"
|
|
25
|
+
},
|
|
26
|
+
"repository": {
|
|
27
|
+
"type": "git",
|
|
28
|
+
"url": "https://github.com/camunda/linting"
|
|
29
|
+
},
|
|
30
|
+
"license": "MIT",
|
|
31
|
+
"dependencies": {
|
|
32
|
+
"@bpmn-io/diagram-js-ui": "^0.2.3",
|
|
33
|
+
"bpmn-moddle": "^9.0.1",
|
|
34
|
+
"bpmnlint": "^10.3.1",
|
|
35
|
+
"bpmnlint-plugin-camunda-compat": "^2.26.1",
|
|
36
|
+
"bpmnlint-utils": "^1.0.2",
|
|
37
|
+
"camunda-bpmn-moddle": "^7.0.1",
|
|
38
|
+
"clsx": "^2.0.0",
|
|
39
|
+
"min-dash": "^4.0.0",
|
|
40
|
+
"min-dom": "^5.1.1",
|
|
41
|
+
"modeler-moddle": "^0.2.0",
|
|
42
|
+
"semver-compare": "^1.0.0",
|
|
43
|
+
"zeebe-bpmn-moddle": "^1.6.0"
|
|
44
|
+
},
|
|
45
|
+
"devDependencies": {
|
|
46
|
+
"bpmn-js": "^17.11.1",
|
|
47
|
+
"bpmn-js-element-templates": "^2.2.1",
|
|
48
|
+
"bpmn-js-properties-panel": "^5.24.0",
|
|
49
|
+
"camunda-bpmn-js-behaviors": "^1.6.1",
|
|
50
|
+
"chai": "^4.5.0",
|
|
51
|
+
"cross-env": "^7.0.3",
|
|
52
|
+
"eslint": "^8.57.1",
|
|
53
|
+
"eslint-plugin-bpmn-io": "^1.0.1",
|
|
54
|
+
"karma": "^6.4.4",
|
|
55
|
+
"karma-chrome-launcher": "^3.2.0",
|
|
56
|
+
"karma-debug-launcher": "0.0.5",
|
|
57
|
+
"karma-env-preprocessor": "^0.1.1",
|
|
58
|
+
"karma-mocha": "^2.0.1",
|
|
59
|
+
"karma-sinon-chai": "^2.0.2",
|
|
60
|
+
"karma-webpack": "^5.0.1",
|
|
61
|
+
"mocha": "^10.7.3",
|
|
62
|
+
"mocha-test-container-support": "^0.2.0",
|
|
63
|
+
"puppeteer": "^23.3.1",
|
|
64
|
+
"sinon": "^17.0.1",
|
|
65
|
+
"sinon-chai": "^3.7.0",
|
|
66
|
+
"webpack": "^5.94.0"
|
|
67
|
+
},
|
|
68
|
+
"peerDependencies": {
|
|
69
|
+
"bpmn-js-properties-panel": ">= 2.0.0"
|
|
70
|
+
},
|
|
71
|
+
"peerDependenciesMeta": {
|
|
72
|
+
"bpmn-js-properties-panel": {
|
|
73
|
+
"optional": true
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"files": [
|
|
77
|
+
"assets",
|
|
78
|
+
"lib",
|
|
79
|
+
"index.js",
|
|
80
|
+
"modeler.js"
|
|
81
|
+
],
|
|
82
|
+
"publishConfig": {
|
|
83
|
+
"access": "public"
|
|
84
|
+
}
|
|
85
|
+
}
|