@storm-software/cspell 0.6.0 → 0.6.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/README.md +1 -1
- package/package.json +200 -1
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/package.json
CHANGED
|
@@ -1 +1,200 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"name": "@storm-software/cspell",
|
|
3
|
+
"version": "0.6.2",
|
|
4
|
+
"description": "A package containing CSpell keyword dictionaries and shared configurations for Storm Software.",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "github",
|
|
7
|
+
"url": "https://github.com/storm-software/storm-ops",
|
|
8
|
+
"directory": "packages/cspell"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://stormsoftware.com",
|
|
11
|
+
"bugs": "https://github.com/storm-software/storm-ops/issues",
|
|
12
|
+
"author": {
|
|
13
|
+
"name": "Storm Software",
|
|
14
|
+
"email": "contact@stormsoftware.com",
|
|
15
|
+
"url": "https://stormsoftware.com"
|
|
16
|
+
},
|
|
17
|
+
"maintainers": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Storm Software",
|
|
20
|
+
"email": "contact@stormsoftware.com",
|
|
21
|
+
"url": "https://stormsoftware.com"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "Pat Sullivan",
|
|
25
|
+
"email": "admin@stormsoftware.com",
|
|
26
|
+
"url": "https://patsullivan.org"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"contributors": [
|
|
30
|
+
{
|
|
31
|
+
"name": "Storm Software",
|
|
32
|
+
"email": "contact@stormsoftware.com",
|
|
33
|
+
"url": "https://stormsoftware.com"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"funding": {
|
|
37
|
+
"type": "github",
|
|
38
|
+
"url": "https://github.com/sponsors/storm-software"
|
|
39
|
+
},
|
|
40
|
+
"license": "Apache-2.0",
|
|
41
|
+
"private": false,
|
|
42
|
+
"packageManager": "pnpm@9.15.2",
|
|
43
|
+
"engines": { "node": ">=22.4.0", "pnpm": ">=9.15.2" },
|
|
44
|
+
"exports": {
|
|
45
|
+
".": "./cspell-ext.json",
|
|
46
|
+
"./cspell": "./cspell-ext.json",
|
|
47
|
+
"./cspell-ext.json": "./cspell-ext.json",
|
|
48
|
+
"./cspell-minimal.json": "./cspell-minimal.json",
|
|
49
|
+
"./cspell-base.json": "./cspell-base.json",
|
|
50
|
+
"./cspell-recommended.json": "./cspell-recommended.json",
|
|
51
|
+
"./cspell-all.json": "./cspell-all.json",
|
|
52
|
+
"./minimal": "./cspell-minimal.json",
|
|
53
|
+
"./base": "./cspell-base.json",
|
|
54
|
+
"./recommended": "./cspell-recommended.json",
|
|
55
|
+
"./all": "./cspell-all.json"
|
|
56
|
+
},
|
|
57
|
+
"files": [
|
|
58
|
+
"*.d.ts",
|
|
59
|
+
"*.js",
|
|
60
|
+
"cspell-all.json",
|
|
61
|
+
"cspell-base.json",
|
|
62
|
+
"cspell-ext.json",
|
|
63
|
+
"cspell-minimal.json",
|
|
64
|
+
"cspell-recommendedjson",
|
|
65
|
+
"dict/storm.txt"
|
|
66
|
+
],
|
|
67
|
+
"keywords": [
|
|
68
|
+
"storm-software",
|
|
69
|
+
"monorepo",
|
|
70
|
+
"storm-ops",
|
|
71
|
+
"sullivanpj",
|
|
72
|
+
"cspell",
|
|
73
|
+
"cspell-ext",
|
|
74
|
+
"dictionary",
|
|
75
|
+
"spelling"
|
|
76
|
+
],
|
|
77
|
+
"peerDependencies": {
|
|
78
|
+
"@cspell/dict-aws": "^4.0.2",
|
|
79
|
+
"@cspell/dict-bash": "^4.1.3",
|
|
80
|
+
"@cspell/dict-companies": "^3.1.2",
|
|
81
|
+
"@cspell/dict-cpp": "^6.0.3",
|
|
82
|
+
"@cspell/dict-cryptocurrencies": "^5.0.0",
|
|
83
|
+
"@cspell/dict-csharp": "^4.0.2",
|
|
84
|
+
"@cspell/dict-css": "^4.0.12",
|
|
85
|
+
"@cspell/dict-docker": "^1.1.7",
|
|
86
|
+
"@cspell/dict-dotnet": "^5.0.2",
|
|
87
|
+
"@cspell/dict-en-common-misspellings": "^2.0.3",
|
|
88
|
+
"@cspell/dict-en-gb": "^4.1.44",
|
|
89
|
+
"@cspell/dict-en_us": "^4.3.23",
|
|
90
|
+
"@cspell/dict-filetypes": "^3.0.4",
|
|
91
|
+
"@cspell/dict-fonts": "^4.0.0",
|
|
92
|
+
"@cspell/dict-fullstack": "^3.1.8",
|
|
93
|
+
"@cspell/dict-git": "^3.0.0",
|
|
94
|
+
"@cspell/dict-golang": "^6.0.9",
|
|
95
|
+
"@cspell/dict-html": "^4.0.5",
|
|
96
|
+
"@cspell/dict-html-symbol-entities": "^4.0.0",
|
|
97
|
+
"@cspell/dict-java": "^5.0.7",
|
|
98
|
+
"@cspell/dict-k8s": "^1.0.5",
|
|
99
|
+
"@cspell/dict-lorem-ipsum": "^4.0.0",
|
|
100
|
+
"@cspell/dict-makefile": "^1.0.0",
|
|
101
|
+
"@cspell/dict-node": "^5.0.1",
|
|
102
|
+
"@cspell/dict-npm": "^5.0.16",
|
|
103
|
+
"@cspell/dict-php": "^4.0.8",
|
|
104
|
+
"@cspell/dict-powershell": "^5.0.4",
|
|
105
|
+
"@cspell/dict-public-licenses": "^2.0.7",
|
|
106
|
+
"@cspell/dict-python": "^4.1.11",
|
|
107
|
+
"@cspell/dict-r": "^2.0.1",
|
|
108
|
+
"@cspell/dict-ruby": "^5.0.2",
|
|
109
|
+
"@cspell/dict-rust": "^4.0.4",
|
|
110
|
+
"@cspell/dict-software-terms": "^4.2.2",
|
|
111
|
+
"@cspell/dict-sql": "^2.1.3",
|
|
112
|
+
"@cspell/dict-svelte": "^1.0.2",
|
|
113
|
+
"@cspell/dict-swift": "^2.0.1",
|
|
114
|
+
"@cspell/dict-typescript": "^3.1.5",
|
|
115
|
+
"@cspell/dict-vue": "^3.0.0"
|
|
116
|
+
},
|
|
117
|
+
"peerDependenciesMeta": {
|
|
118
|
+
"@cspell/dict-aws": { "optional": true },
|
|
119
|
+
"@cspell/dict-bash": { "optional": true },
|
|
120
|
+
"@cspell/dict-companies": { "optional": true },
|
|
121
|
+
"@cspell/dict-cpp": { "optional": true },
|
|
122
|
+
"@cspell/dict-cryptocurrencies": { "optional": true },
|
|
123
|
+
"@cspell/dict-csharp": { "optional": true },
|
|
124
|
+
"@cspell/dict-css": { "optional": true },
|
|
125
|
+
"@cspell/dict-docker": { "optional": true },
|
|
126
|
+
"@cspell/dict-dotnet": { "optional": true },
|
|
127
|
+
"@cspell/dict-en-common-misspellings": { "optional": true },
|
|
128
|
+
"@cspell/dict-en-gb": { "optional": true },
|
|
129
|
+
"@cspell/dict-en_us": { "optional": true },
|
|
130
|
+
"@cspell/dict-filetypes": { "optional": true },
|
|
131
|
+
"@cspell/dict-fonts": { "optional": true },
|
|
132
|
+
"@cspell/dict-fullstack": { "optional": true },
|
|
133
|
+
"@cspell/dict-git": { "optional": true },
|
|
134
|
+
"@cspell/dict-golang": { "optional": true },
|
|
135
|
+
"@cspell/dict-html": { "optional": true },
|
|
136
|
+
"@cspell/dict-html-symbol-entities": { "optional": true },
|
|
137
|
+
"@cspell/dict-java": { "optional": true },
|
|
138
|
+
"@cspell/dict-k8s": { "optional": true },
|
|
139
|
+
"@cspell/dict-lorem-ipsum": { "optional": true },
|
|
140
|
+
"@cspell/dict-makefile": { "optional": true },
|
|
141
|
+
"@cspell/dict-node": { "optional": true },
|
|
142
|
+
"@cspell/dict-npm": { "optional": true },
|
|
143
|
+
"@cspell/dict-php": { "optional": true },
|
|
144
|
+
"@cspell/dict-powershell": { "optional": true },
|
|
145
|
+
"@cspell/dict-public-licenses": { "optional": true },
|
|
146
|
+
"@cspell/dict-python": { "optional": true },
|
|
147
|
+
"@cspell/dict-r": { "optional": true },
|
|
148
|
+
"@cspell/dict-ruby": { "optional": true },
|
|
149
|
+
"@cspell/dict-rust": { "optional": true },
|
|
150
|
+
"@cspell/dict-software-terms": { "optional": true },
|
|
151
|
+
"@cspell/dict-sql": { "optional": true },
|
|
152
|
+
"@cspell/dict-svelte": { "optional": true },
|
|
153
|
+
"@cspell/dict-swift": { "optional": true },
|
|
154
|
+
"@cspell/dict-typescript": { "optional": true },
|
|
155
|
+
"@cspell/dict-vue": { "optional": true }
|
|
156
|
+
},
|
|
157
|
+
"dependencies": { "cspell": "8.8.4" },
|
|
158
|
+
"devDependencies": {
|
|
159
|
+
"@cspell/cspell-tools": "^8.17.1",
|
|
160
|
+
"@cspell/dict-aws": "^4.0.2",
|
|
161
|
+
"@cspell/dict-bash": "^4.1.3",
|
|
162
|
+
"@cspell/dict-companies": "^3.1.2",
|
|
163
|
+
"@cspell/dict-cpp": "^6.0.3",
|
|
164
|
+
"@cspell/dict-cryptocurrencies": "^5.0.0",
|
|
165
|
+
"@cspell/dict-csharp": "^4.0.2",
|
|
166
|
+
"@cspell/dict-css": "^4.0.12",
|
|
167
|
+
"@cspell/dict-docker": "^1.1.7",
|
|
168
|
+
"@cspell/dict-dotnet": "^5.0.2",
|
|
169
|
+
"@cspell/dict-en-common-misspellings": "^2.0.3",
|
|
170
|
+
"@cspell/dict-en-gb": "^4.1.44",
|
|
171
|
+
"@cspell/dict-en_us": "^4.3.23",
|
|
172
|
+
"@cspell/dict-filetypes": "^3.0.4",
|
|
173
|
+
"@cspell/dict-fonts": "^4.0.0",
|
|
174
|
+
"@cspell/dict-fullstack": "^3.1.8",
|
|
175
|
+
"@cspell/dict-git": "^3.0.0",
|
|
176
|
+
"@cspell/dict-golang": "^6.0.9",
|
|
177
|
+
"@cspell/dict-html": "^4.0.5",
|
|
178
|
+
"@cspell/dict-html-symbol-entities": "^4.0.0",
|
|
179
|
+
"@cspell/dict-java": "^5.0.7",
|
|
180
|
+
"@cspell/dict-k8s": "^1.0.5",
|
|
181
|
+
"@cspell/dict-lorem-ipsum": "^4.0.0",
|
|
182
|
+
"@cspell/dict-makefile": "^1.0.0",
|
|
183
|
+
"@cspell/dict-node": "^5.0.1",
|
|
184
|
+
"@cspell/dict-npm": "^5.0.16",
|
|
185
|
+
"@cspell/dict-php": "^4.0.8",
|
|
186
|
+
"@cspell/dict-powershell": "^5.0.4",
|
|
187
|
+
"@cspell/dict-public-licenses": "^2.0.7",
|
|
188
|
+
"@cspell/dict-python": "^4.1.11",
|
|
189
|
+
"@cspell/dict-r": "^2.0.1",
|
|
190
|
+
"@cspell/dict-ruby": "^5.0.2",
|
|
191
|
+
"@cspell/dict-rust": "^4.0.4",
|
|
192
|
+
"@cspell/dict-software-terms": "^4.2.2",
|
|
193
|
+
"@cspell/dict-sql": "^2.1.3",
|
|
194
|
+
"@cspell/dict-svelte": "^1.0.2",
|
|
195
|
+
"@cspell/dict-swift": "^2.0.1",
|
|
196
|
+
"@cspell/dict-typescript": "^3.1.5",
|
|
197
|
+
"@cspell/dict-vue": "^3.0.0"
|
|
198
|
+
},
|
|
199
|
+
"publishConfig": { "access": "public" }
|
|
200
|
+
}
|