@camunda8/spectral-cli 6.16.0
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/index.js +190210 -0
- package/package.json +17 -0
package/package.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@camunda8/spectral-cli",
|
|
3
|
+
"version": "6.16.0",
|
|
4
|
+
"description": "Camunda fork of Stoplight Spectral CLI — fixes nimma null-deref, Unicode regex false positives, and adds ruleset-level ignoreUnknownFormat.",
|
|
5
|
+
"bin": {
|
|
6
|
+
"spectral": "./index.js"
|
|
7
|
+
},
|
|
8
|
+
"license": "Apache-2.0",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://github.com/camunda/camunda-spectral"
|
|
12
|
+
},
|
|
13
|
+
"homepage": "https://github.com/camunda/camunda-spectral#readme",
|
|
14
|
+
"engines": {
|
|
15
|
+
"node": ">=18"
|
|
16
|
+
}
|
|
17
|
+
}
|