@cspell/cspell-bundled-dicts 8.17.1 → 8.17.3
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/cspell-default.config.js +4 -2
- package/package.json +58 -55
package/cspell-default.config.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
const settings = {
|
|
3
2
|
version: '0.2',
|
|
4
3
|
name: 'cspell default settings .js',
|
|
@@ -108,6 +107,7 @@ const settings = {
|
|
|
108
107
|
'@cspell/dict-csharp/cspell-ext.json',
|
|
109
108
|
'@cspell/dict-css/cspell-ext.json',
|
|
110
109
|
'@cspell/dict-dart/cspell-ext.json',
|
|
110
|
+
'@cspell/dict-data-science/cspell-ext.json',
|
|
111
111
|
'@cspell/dict-django/cspell-ext.json',
|
|
112
112
|
'@cspell/dict-docker/cspell-ext.json',
|
|
113
113
|
'@cspell/dict-dotnet/cspell-ext.json',
|
|
@@ -130,6 +130,7 @@ const settings = {
|
|
|
130
130
|
'@cspell/dict-java/cspell-ext.json',
|
|
131
131
|
'@cspell/dict-julia/cspell-ext.json',
|
|
132
132
|
'@cspell/dict-k8s/cspell-ext.json',
|
|
133
|
+
'@cspell/dict-kotlin/cspell-ext.json',
|
|
133
134
|
'@cspell/dict-latex/cspell-ext.json',
|
|
134
135
|
'@cspell/dict-lorem-ipsum/cspell-ext.json',
|
|
135
136
|
'@cspell/dict-lua/cspell-ext.json',
|
|
@@ -145,6 +146,7 @@ const settings = {
|
|
|
145
146
|
'@cspell/dict-r/cspell-ext.json',
|
|
146
147
|
'@cspell/dict-ruby/cspell-ext.json',
|
|
147
148
|
'@cspell/dict-rust/cspell-ext.json',
|
|
149
|
+
'@cspell/dict-shell/cspell-ext.json',
|
|
148
150
|
'@cspell/dict-scala/cspell-ext.json',
|
|
149
151
|
'@cspell/dict-sql/cspell-ext.json',
|
|
150
152
|
'@cspell/dict-software-terms/cspell-ext.json',
|
|
@@ -155,4 +157,4 @@ const settings = {
|
|
|
155
157
|
'@cspell/dict-vue/cspell-ext.json',
|
|
156
158
|
],
|
|
157
159
|
};
|
|
158
|
-
|
|
160
|
+
export default settings;
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cspell/cspell-bundled-dicts",
|
|
3
|
-
"version": "8.17.
|
|
3
|
+
"version": "8.17.3",
|
|
4
4
|
"description": "Dictionaries bundled with cspell",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
7
7
|
"provenance": true
|
|
8
8
|
},
|
|
9
|
-
"type": "
|
|
9
|
+
"type": "module",
|
|
10
10
|
"sideEffects": false,
|
|
11
11
|
"main": "cspell-default.json",
|
|
12
12
|
"files": [
|
|
@@ -48,68 +48,71 @@
|
|
|
48
48
|
},
|
|
49
49
|
"homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-bundled-dicts#readme",
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@cspell/dict-ada": "^4.0
|
|
52
|
-
"@cspell/dict-al": "^1.0
|
|
53
|
-
"@cspell/dict-aws": "^4.0.
|
|
54
|
-
"@cspell/dict-bash": "^4.
|
|
55
|
-
"@cspell/dict-companies": "^3.1.
|
|
56
|
-
"@cspell/dict-cpp": "^6.0.
|
|
57
|
-
"@cspell/dict-cryptocurrencies": "^5.0.
|
|
58
|
-
"@cspell/dict-csharp": "^4.0.
|
|
59
|
-
"@cspell/dict-css": "^4.0.
|
|
60
|
-
"@cspell/dict-dart": "^2.
|
|
61
|
-
"@cspell/dict-
|
|
62
|
-
"@cspell/dict-
|
|
63
|
-
"@cspell/dict-
|
|
64
|
-
"@cspell/dict-
|
|
65
|
-
"@cspell/dict-
|
|
51
|
+
"@cspell/dict-ada": "^4.1.0",
|
|
52
|
+
"@cspell/dict-al": "^1.1.0",
|
|
53
|
+
"@cspell/dict-aws": "^4.0.9",
|
|
54
|
+
"@cspell/dict-bash": "^4.2.0",
|
|
55
|
+
"@cspell/dict-companies": "^3.1.13",
|
|
56
|
+
"@cspell/dict-cpp": "^6.0.3",
|
|
57
|
+
"@cspell/dict-cryptocurrencies": "^5.0.4",
|
|
58
|
+
"@cspell/dict-csharp": "^4.0.6",
|
|
59
|
+
"@cspell/dict-css": "^4.0.17",
|
|
60
|
+
"@cspell/dict-dart": "^2.3.0",
|
|
61
|
+
"@cspell/dict-data-science": "^2.0.7",
|
|
62
|
+
"@cspell/dict-django": "^4.1.4",
|
|
63
|
+
"@cspell/dict-docker": "^1.1.12",
|
|
64
|
+
"@cspell/dict-dotnet": "^5.0.9",
|
|
65
|
+
"@cspell/dict-elixir": "^4.0.7",
|
|
66
|
+
"@cspell/dict-en-common-misspellings": "^2.0.9",
|
|
66
67
|
"@cspell/dict-en-gb": "1.1.33",
|
|
67
|
-
"@cspell/dict-en_us": "^4.3.
|
|
68
|
-
"@cspell/dict-filetypes": "^3.0.
|
|
69
|
-
"@cspell/dict-flutter": "^1.0
|
|
70
|
-
"@cspell/dict-fonts": "^4.0.
|
|
71
|
-
"@cspell/dict-fsharp": "^1.0
|
|
68
|
+
"@cspell/dict-en_us": "^4.3.30",
|
|
69
|
+
"@cspell/dict-filetypes": "^3.0.10",
|
|
70
|
+
"@cspell/dict-flutter": "^1.1.0",
|
|
71
|
+
"@cspell/dict-fonts": "^4.0.4",
|
|
72
|
+
"@cspell/dict-fsharp": "^1.1.0",
|
|
72
73
|
"@cspell/dict-fullstack": "^3.2.3",
|
|
73
|
-
"@cspell/dict-gaming-terms": "^1.0
|
|
74
|
-
"@cspell/dict-git": "^3.0.
|
|
75
|
-
"@cspell/dict-golang": "^6.0.
|
|
76
|
-
"@cspell/dict-google": "^1.0.
|
|
77
|
-
"@cspell/dict-haskell": "^4.0.
|
|
78
|
-
"@cspell/dict-html": "^4.0.
|
|
74
|
+
"@cspell/dict-gaming-terms": "^1.1.0",
|
|
75
|
+
"@cspell/dict-git": "^3.0.4",
|
|
76
|
+
"@cspell/dict-golang": "^6.0.18",
|
|
77
|
+
"@cspell/dict-google": "^1.0.8",
|
|
78
|
+
"@cspell/dict-haskell": "^4.0.5",
|
|
79
|
+
"@cspell/dict-html": "^4.0.11",
|
|
79
80
|
"@cspell/dict-html-symbol-entities": "^4.0.3",
|
|
80
|
-
"@cspell/dict-java": "^5.0.
|
|
81
|
-
"@cspell/dict-julia": "^1.0
|
|
82
|
-
"@cspell/dict-k8s": "^1.0.
|
|
81
|
+
"@cspell/dict-java": "^5.0.11",
|
|
82
|
+
"@cspell/dict-julia": "^1.1.0",
|
|
83
|
+
"@cspell/dict-k8s": "^1.0.10",
|
|
84
|
+
"@cspell/dict-kotlin": "^1.1.0",
|
|
83
85
|
"@cspell/dict-latex": "^4.0.3",
|
|
84
|
-
"@cspell/dict-lorem-ipsum": "^4.0.
|
|
85
|
-
"@cspell/dict-lua": "^4.0.
|
|
86
|
-
"@cspell/dict-makefile": "^1.0.
|
|
87
|
-
"@cspell/dict-markdown": "^2.0.
|
|
88
|
-
"@cspell/dict-monkeyc": "^1.0.
|
|
89
|
-
"@cspell/dict-node": "^5.0.
|
|
90
|
-
"@cspell/dict-npm": "^5.1.
|
|
91
|
-
"@cspell/dict-php": "^4.0.
|
|
92
|
-
"@cspell/dict-powershell": "^5.0.
|
|
93
|
-
"@cspell/dict-public-licenses": "^2.0.
|
|
94
|
-
"@cspell/dict-python": "^4.2.
|
|
95
|
-
"@cspell/dict-r": "^2.0
|
|
86
|
+
"@cspell/dict-lorem-ipsum": "^4.0.4",
|
|
87
|
+
"@cspell/dict-lua": "^4.0.7",
|
|
88
|
+
"@cspell/dict-makefile": "^1.0.4",
|
|
89
|
+
"@cspell/dict-markdown": "^2.0.9",
|
|
90
|
+
"@cspell/dict-monkeyc": "^1.0.10",
|
|
91
|
+
"@cspell/dict-node": "^5.0.6",
|
|
92
|
+
"@cspell/dict-npm": "^5.1.24",
|
|
93
|
+
"@cspell/dict-php": "^4.0.14",
|
|
94
|
+
"@cspell/dict-powershell": "^5.0.14",
|
|
95
|
+
"@cspell/dict-public-licenses": "^2.0.13",
|
|
96
|
+
"@cspell/dict-python": "^4.2.15",
|
|
97
|
+
"@cspell/dict-r": "^2.1.0",
|
|
96
98
|
"@cspell/dict-ruby": "^5.0.7",
|
|
97
|
-
"@cspell/dict-rust": "^4.0.
|
|
98
|
-
"@cspell/dict-scala": "^5.0.
|
|
99
|
-
"@cspell/dict-
|
|
100
|
-
"@cspell/dict-
|
|
101
|
-
"@cspell/dict-
|
|
102
|
-
"@cspell/dict-
|
|
103
|
-
"@cspell/dict-
|
|
104
|
-
"@cspell/dict-
|
|
105
|
-
"@cspell/dict-
|
|
99
|
+
"@cspell/dict-rust": "^4.0.11",
|
|
100
|
+
"@cspell/dict-scala": "^5.0.7",
|
|
101
|
+
"@cspell/dict-shell": "^1.1.0",
|
|
102
|
+
"@cspell/dict-software-terms": "^4.2.4",
|
|
103
|
+
"@cspell/dict-sql": "^2.2.0",
|
|
104
|
+
"@cspell/dict-svelte": "^1.0.6",
|
|
105
|
+
"@cspell/dict-swift": "^2.0.5",
|
|
106
|
+
"@cspell/dict-terraform": "^1.1.0",
|
|
107
|
+
"@cspell/dict-typescript": "^3.2.0",
|
|
108
|
+
"@cspell/dict-vue": "^3.0.4"
|
|
106
109
|
},
|
|
107
110
|
"engines": {
|
|
108
111
|
"node": ">=18"
|
|
109
112
|
},
|
|
110
113
|
"devDependencies": {
|
|
111
|
-
"@cspell/cspell-tools": "8.17.
|
|
112
|
-
"@cspell/cspell-types": "8.17.
|
|
114
|
+
"@cspell/cspell-tools": "8.17.3",
|
|
115
|
+
"@cspell/cspell-types": "8.17.3"
|
|
113
116
|
},
|
|
114
|
-
"gitHead": "
|
|
117
|
+
"gitHead": "9a0d2b4584112b33d137faa98e9931ad4e7b6050"
|
|
115
118
|
}
|